home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / libneon27 / BUGS < prev    next >
Text File  |  2007-08-21  |  1KB  |  39 lines

  1.  
  2. Known problems/bugs in neon                                      -*- text -*-
  3. ---------------------------
  4.  
  5. * several reports of issues with long-lived sessions causing problems
  6.  with GSSAPI auth using mod_auth_kerb.  May be a server problem, but
  7.  needs further investigation to be sure. 
  8.  
  9. * 2818 requires that a on rejection of the SSL server cert, a "bad certificate"
  10.  message should be sent - this is not being done currently (and can probably
  11.  only be done with OpenSSL by actually doing cert verification in the verify
  12.  callback)
  13.  
  14. * ne_lock_discover does not handle multiple (shared) locks on
  15.   a single resource.
  16.  
  17. * SSL session caching issues; only cache for clean shutdowns, and
  18.  only cache on shutdown, since the SSL_SESSION may change during
  19.  an ne_session?
  20.  
  21. * It would be nice to fail with a friendly error message if a client
  22. cert is requested by the srever but one is not provided.  Currently,
  23. returning -1 from the provide_client_cert function would allow that
  24. (as it forces the SSL handshake to fail), but that would prevent
  25. opportunistic use of client certificates, of the "SSLVerifyClient
  26. optional" variety.
  27.  
  28. * perhaps allow a per-Server-header hack for "Darwin Streaming Server
  29. 4.0" which doesn't terminate the response headers:
  30. http://bugzilla.gnome.org/show_bug.cgi?id=366331
  31.  
  32. HTTP/1.1 200 OK
  33. Server: Darwin Streaming Server 4.0
  34. Content-Type: audio/mpeg
  35. Cache-Control: no-cache
  36. Pragma: no-cache
  37. Connection: close
  38. W8޳����s0��
  39.